Skip to main content
Version: 5.2.0.1

HTTP

Web Server Configuration​

ParameterDescription
servlet.hostnameSet to enabled to specify a static host name. Otherwise, the host name is determined by a lookup to the TCP naming system.
servlet.headerbuffer.sizeDefines the size of the buffer for incoming HTTP header parameters.
servlet.acceptorNumber of acceptor threads to use, or -1 for default. If 0, selector threads accept connections.
servlet.port.httpPort for HTTP connections.
servlet.port.httpsPort for HTTPS connections.
servlet.port.https.authPort for HTTPS authentication connections.
WebDavMaster.enabledFor WebDavListener channel: enables GET, PUT, POST, and HEAD methods.
WebDavMaster.allowedFor WebDavListener channel: allows all methods (including DELETE, PROPFIND, etc.).
WebDavMaster.authDetermines whether authentication is required.
synchronous.timeoutTimeout (ms) for HTTP/SOAP synchronous processing. Sender gets HTTP 500 if exceeded. Value infinite may be used.
servlet.MINTHREADSMinimum number of threads reserved for HTTP traffic.
servlet.MAXTHREADSMaximum number of threads reserved for HTTP traffic.
SECURE.CIPHERS.MODECipher suites used in SSL: DEFAULT = JVM defaults, ALL = all available ciphers.
SECURE.CIPHERS.EXCLUDEComma-separated list of excluded ciphers. default = server default. Supports regex.
SECURE.PROTOCOLLS.MODESSL protocols used: DEFAULT = JVM defaults, ALL = all available protocols.
SECURE.PROTOCOLLS.EXCLUDEComma-separated list of excluded SSL protocols. default = server default.
SECURE.send.default.identityWhether Orchestra key pair is sent by default in HTTPS/SOAP: NEVER (default) or ALWAYS.
servlet.acceptqueuesizeMaximum number of incoming requests waiting for processing. Requests beyond this limit are denied.
servlet.maxidletimeMaximum time before a connection is treated as inactive.
servlet.sslport.cert.validityEnables certificate expiration verification (true). Applies to all SSL connections.
servlet.sslport.cert.chainEnables certificate chain verification (true). Applies to all SSL connections.
servlet.sslport.cert.ciphersList of allowed certificate ciphers. If unset, the check is disabled. Applies to all SSL connections.
servlet.sslport.use.truststoreUses Orchestra truststore to verify certificates. Applies to all SSL connections.
AS2ServerPortHTTP port of Orchestra’s AS2 server. -1 = inactive.
AS2ServerPortTLSTLS port of Orchestra’s AS2 server. -1 = inactive.
restservice.sensitive.error.responseIf disabled, REST service providers do not return stack traces or sensitive info in errors.
services.soap.exportMetaData.wsdlWhen true, allows generation of WSDL metadata for SOAP services.
services.rest.exportMetaData.wadlWhen true, allows generation of WADL metadata for REST services.
services.rest.exportMetaData.openapiWhen true, allows generation of OpenAPI metadata for REST services.
servlet.allowServicesAsPlainHttpWhen true, Orchestra remote services can be accessed via HTTP; when false, only HTTPS is allowed.